home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / graphics / gnuplot / gnuplot-3.7.1bin / readme < prev    next >
Text File  |  1999-11-29  |  5KB  |  123 lines

  1. Short: Interactive function and data plotting
  2. Uploader: Lars Hecking <lhecking@nmrc.ucc.ie>
  3. Author: Thomas Williams, Colin Kelley
  4. Type: gfx/misc
  5. Replaces: gfx/misc/gnuplot-3.7bin.lha
  6.  
  7. This is the Amiga version of gnuplot-3.7.1. The Aminet distribution is
  8. split across three archives:
  9.  
  10. gnuplot-3.7.1bin.lha
  11.     Binaries for 68000/68020/68040 (ieee math), 68020/68040 (68881 math),
  12.     and the online help file gnuplot.gih. All these executables support
  13.     GIF and PNG output. The gif driver uses gd library version 1.3, which
  14.     is free of Unisys licensed code, and the png driver is built with libpng
  15.     1.0.3 and z library 1.1.3.
  16.     The distribution binaries were made with SAS/C 6.58.  Gnuplot builds
  17.     out of the box with Geek Gadgets gcc from http://www.ninemoons.com/GG/.
  18.     There are no PPC executables.
  19.  
  20. gnuplot-3.7.1doc.lha
  21.     Documentation in .guide and .html format, the Unix man page in nroff
  22.     format.
  23.  
  24. gnuplot-3.7.1src.lha
  25.     The complete original source code.
  26.  
  27. INSTALLATION
  28. ============
  29.  
  30. Install the executable appropriate for your machine (eg. SAS/68020/gnuplot.881)
  31. as gnuplot in a location of choice. The help file gnuplot.gih goes to S:.
  32.  
  33. FEATURES
  34. ========
  35.  
  36. This is mainly a bugfix release. Refer to ANNOUNCEMENT, and the NEWS
  37. file in the source distribution for details.
  38.  
  39. For the Amiga, pipe support, and a new "window" terminal option have
  40. been added in version 3.7. The "window" option is based on the code in
  41. Aminet:util/gnu/gnuplot.lha by George Coulouris. A better makefile
  42. for use with SAS/C was added in 3.7.1.
  43.  
  44. The binaries in this release includes the following drivers, which were
  45. not present in the 3.7 version: aifm (Adobe Illustrator 3.0 Format),
  46. hp2623A (HP2623A and maybe others), hp2648 (HP2648 and HP2647),
  47. hpgl (HP7475 and relatives), pcl5 (HP LaserJet III), qms (QMS/QUIC Laser printer),
  48. tgif (TGIF X11), tkcanvas (Tk/Tcl canvas widget), mp (MetaPost plotting standard - NEW
  49. in 3.7.1). I hope these drivers are useful for some of you.
  50.  
  51. STACK USAGE
  52. ===========
  53.  
  54. I ran all.dem with the 68040+68881 version, and StackMon reported a maximum
  55. stack usage of about 10k. YMMV.
  56.  
  57. OBSOLETE VERSIONS ON AMINET
  58. ===========================
  59.  
  60. util/gnu/gnufit12gp35.lha  271K 258+gnuplot 3.5 patched with gnufit 1.2
  61.     The functionality of gnufit has been integrated and enhanced in
  62.     gnuplot-3.7.
  63.     
  64. util/gnu/gnuplot-3.5.lha   921K 231+Interactive function and data plotting p
  65.     Previous version, 3.5.
  66.  
  67.  
  68. util/gnu/gnuplot.lha       753K 161+Gnuplot, AmigaDOS 3.0 driver
  69.     This version for AmigaOS 3.0+ plots to a window instead of a screen.
  70.     I have integrated this feature into gnuplot-3.7 in a backwards
  71.     compatible manner.
  72.  
  73. util/gnu/GNUPLOT_bin.lha    594K 154+This is gnuplot version 3.5.248 the late
  74. util/gnu/GNUPLOT_doc.lha    250K 154+This is gnuplot version 3.5.248 the late
  75. util/gnu/GNUPLOT_src.lha    632K 154+This is gnuplot version 3.5.248 the late
  76.     This is the long obsolete beta248 version. The last public beta
  77.     version was beta349.
  78.  
  79.  
  80. BUILDING FROM SOURCE
  81. ====================
  82.  
  83. The Build/ directory in the bin archive contains the makefiles I used for
  84. building the distribution. I did the following steps:
  85.  
  86.  o unpack the gnuplot source archive
  87.  o cd into the gnuplot source directory
  88.  o unpack the gd, png, and zlib library archives. These are available from
  89.      http://www.boutell.com/gd/
  90.      http://www.cdrom.com/pub/png/pngcode.html
  91.      http://www.cdrom.com/pub/infozip/zlib/
  92.    respectively.
  93.  o in the top level directory, I created a Makefile (Build/Makefile)
  94.    to build all libraries and gnuplot with one make command. This
  95.    Makefile cannot be used with SAS/C's smake, because smakefiles
  96.    cannot use the cd command.
  97.  o in the gd source directory, I modified the existing Makefile
  98.    for SAS/C (Build/smakefile.gd)
  99.  o in the libpng source directory, I copied and modified the existing
  100.    scripts/makefile.ama to smakefile (BUild/smakefile.png)
  101.  o in the zlib source directory, I copied and modified the existing
  102.    amiga/Makefile.sas to smakefile (Build/smakefile.zlib)
  103.  o in the gnuplot source directory, I copied and modified the original
  104.    makefile.amg to smakefile (Build/smakefile)
  105.  o adjust the CPU and MATH variables in the top Makefile
  106.  o run GNU make :)
  107.  
  108.  
  109. SUPPORT
  110. =======
  111.  
  112. This gnuplot distribution is provided AS IS. The terms and conditions
  113. of using gnuplot are explicitly outlined in the gnuplot Copyright
  114. statement, which can be found in the top level directory of all
  115. distribution archives.
  116.  
  117. My Amiga is running mostly Linux or NetBSD these days, so I'm not going
  118. to provide any specific AmigaOS support. For general problems with
  119. gnuplot, use the established comp.graphics.apps.gnuplot forum on
  120. Usenet, or subscribe to info-gnuplot@dartmouth.edu (send mail with
  121. "subscribe info-gnuplot" to majordomo@dartmouth.edu).
  122.  
  123.